home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / fileutil / dsx24c.zip / MAN.BAT < prev    next >
DOS Batch File  |  1997-01-09  |  359b  |  12 lines

  1. echo off
  2. rem
  3. rem  To use this help feature type "man" and the name of the command
  4. rem  with which you want help.  VF will search DOSNIX.DOC for the
  5. rem  command and display the documentation.  You may have to change
  6. rem  the argument of VF to the full path for DOSNIX.DOC.  
  7. rem
  8. rem  eg: "vf +\~%1 c:\dosnix\dosnix.doc"
  9. rem
  10. rem
  11. vf +\~%1 dosnix.doc
  12.